Skip to content

Conversation

@purplecabbage
Copy link
Member

@purplecabbage purplecabbage commented Mar 7, 2025

Description

Closes #813

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@codecov
Copy link

codecov bot commented Mar 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (fd0d8ec) to head (92f1d6f).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##            master      #854    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           59        56     -3     
  Lines         3389      3173   -216     
  Branches       663       626    -37     
==========================================
- Hits          3389      3173   -216     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

@MichaelGoberling MichaelGoberling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

mockRunDev.mockImplementation((config, dataDir, options, logFunc) => {
logFunc('boo')
expect(options.isLocal).toBe(undefined)
// expect(options.isLocal).toBe(undefined)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sayonara?

Copy link
Member

@shazron shazron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deleting code feels so good 🎶

@shazron
Copy link
Member

shazron commented Apr 7, 2025

Need this major version update change also: adobe/generator-app-common-lib#77 but it has complications (see PR description)

@purplecabbage purplecabbage merged commit aeb2f28 into master Apr 16, 2025
10 checks passed
@purplecabbage purplecabbage deleted the RemoveLocal branch April 16, 2025 19:18
purplecabbage added a commit that referenced this pull request Nov 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

remove --local

3 participants